Uses of Interface
org.eclipse.vtp.desktop.projects.core.event.IRefreshListener

Packages that use IRefreshListener
org.eclipse.vtp.desktop.projects.core   
org.eclipse.vtp.desktop.projects.core.internals   
org.eclipse.vtp.desktop.projects.voice.internals   
 

Uses of IRefreshListener in org.eclipse.vtp.desktop.projects.core
 

Methods in org.eclipse.vtp.desktop.projects.core with parameters of type IRefreshListener
 void IVoiceToolsResource.addRefreshListener(IRefreshListener listener)
          Adds the provided refresh listener to the list of listeners that will be notified if this resource should be refreshed.
 void IVoiceToolsResource.removeRefreshListener(IRefreshListener listener)
          Removes the provided refresh listener from the list of listeners that will be notified of refresh events.
 

Uses of IRefreshListener in org.eclipse.vtp.desktop.projects.core.internals
 

Methods in org.eclipse.vtp.desktop.projects.core.internals with parameters of type IRefreshListener
 void VoiceResource.addRefreshListener(IRefreshListener l)
           
 void VoiceResource.removeRefreshListener(IRefreshListener l)
           
 

Uses of IRefreshListener in org.eclipse.vtp.desktop.projects.voice.internals
 

Classes in org.eclipse.vtp.desktop.projects.voice.internals that implement IRefreshListener
 class VoiceMediaProvider